home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 310.adf / UUCP / README.NOW < prev    next >
Text File  |  1990-01-21  |  7KB  |  214 lines

  1.  
  2.                  README.NOW
  3.  
  4.  
  5.  *    After you glance at the rest of this document refer to the
  6.     file "QuickSetup.DOC".  Seasoned UUCP users may want to
  7.     glance at QuickSetup.DOC but spend the majority of their
  8.     time on SlowSetup.DOC
  9.  
  10.  *    UUCP should be tested via QuickSetup.DOC by inexperienced
  11.     UUCP users before attempting a real installation.
  12.  
  13.  *    The first floppy is bootable (note: distributions on networks
  14.     do not include commodore 1.3 system executables).  The boot
  15.     sequence sets up the appropriate directories and assigns and
  16.     runs two programs (Getty and DCron) in the background before
  17.     giving you a standard CLI prompt.
  18.  
  19.     The second floppy contains additional executables, manual pages,
  20.     and the source code.
  21.  
  22.                  ** Credits **
  23.  
  24.     P.S. I try not to imply favoritism and have attempted to put
  25.     together exactly who did what in this release.    When possible
  26.     history is given... and, of course, I know what I have done
  27.     much better than I know what other people have done so don't
  28.     take the below list as a 'who did the most' list... everyone
  29.     did a lot.
  30.  
  31.  
  32.                   VERSION
  33.  
  34.     This code is based on months of work on William P. Loftus's
  35.     Amiga UUCP 0.40 release with news code from his 0.60 release.
  36.     The version number is 1.00D(0.40W/0.60W).  1.00 is my
  37.     version numbering and has nothing to do with WPL's version
  38.     numbering.  The code is sufficiently different .. MAJORLY
  39.     different that it is not possible to assign a sub version
  40.     relative to WPLs version numbering.
  41.  
  42.                 COPYRIGHTS
  43.  
  44.     This distribution is freely redistributable as long as all files and
  45.     directory structures, except the 'system' directory which contains
  46.     commodore-amiga executables, remains intact.  Redistributions
  47.     which include enhanced or additional modules while keeping the same
  48.     basic structure are allowed but discouraged (I would much rather you
  49.     sent the mods / additions to me and I will pass them on as is
  50.     appropriate).  Redistributions may charge fees at-cost (i.e. non-
  51.     commercial and non-profit).  These terms may change at any time
  52.     and all holders of copyrights on code in the distribution may set
  53.     their own terms independant of any terms set in this document for
  54.     their own modules that are part of this distribution.
  55.  
  56.     Matthew Dillon
  57.     891 Regal Rd.
  58.     Berkeley, Ca. 94708
  59.     USA
  60.  
  61.     pacbell.PacBell.COM!sorinc!overload!dillon
  62.  
  63.  
  64.     Code containing parts of the original GNU release will contain the
  65.     following copyright:
  66.  
  67.     (C) Copyright 1987 by John Gilmore
  68.     Copying and use of this program are controlled by the terms of the Free
  69.     Software Foundation's GNU Emacs General Public License.
  70.  
  71.     Code modified or written from scratch by William Loftus will contain
  72.     the following copyright:
  73.  
  74.     (C) Copyright 1988 by William Loftus.  All Rights Reserved.
  75.  
  76.     Code modified or written from scratch by Matthew Dillon will contain
  77.     the following copyright:
  78.  
  79.     (C) Copyright 1989-1990 by Matthew Dillon,  All Rights Reserved.
  80.  
  81.     Code containing one more copyrights is interpreted as meaning the code
  82.     is based on previous copyrights and modifications based on subsequent
  83.     copyrights.  If the meat of the code is rewritten and contains only a
  84.     few declarations or naming conventions from previous code the code will
  85.     not contain previous copyrights.
  86.  
  87.     Additional copyright messages may exist in source files and
  88.     executables.
  89.  
  90.     I appologize for any mistakes I have made, please contact me with any
  91.     corrections at pacbell.pacbell.com!sorinc!overload!dillon or
  92.  
  93.     Matthew Dillon
  94.     891 Regal Rd.
  95.     Berkeley, Ca. 94708
  96.     USA
  97.  
  98.     The below represents originators and major contributors.  Again,
  99.     please correct me!
  100.  
  101.     -    = so small it doesn't matter.
  102.     ?    = I don't know
  103.     JG    = John Gilmore
  104.     WPL = William P. Loftus    prc.Unisys.COM!wpl
  105.     MD    = Matthew Dillon    pacbell.pacbell.com!sorinc!overload
  106.     PHL = Phil Lindsay
  107.     CAS = Carolyn Scheppner
  108.     AFI = Andy Finkel
  109.     CMM = Chuck McManis
  110.     CNB = Craig Norborg
  111.  
  112.  
  113. src/News060/rnews.c            WPL
  114. src/News060/Anews/anews.c        WPL
  115. src/News060/Anews/sendpacket.c        PHL CAS AFI
  116. src/News060/Anews/raw.c         CMM
  117. src/News060/Anews/mscan.c        JG WPL
  118. src/News060/Anews/DMakefile        MD
  119. src/News060/postnews.c            WPL
  120. src/News060/DMakefile            MD
  121. src/uuser/uuser.doc            MD
  122. src/uuser/misc.c            PHL MD
  123. src/uuser/DMakefile            -
  124. src/uuser/mountlist            -
  125. src/uuser/uuser.c            MD
  126. src/dmail/compat.c            MD
  127. src/dmail/DMakefile            -
  128. src/dmail/dmail.h            MD
  129. src/dmail/dmail.help            MD
  130. src/dmail/execom.h            MD
  131. src/dmail/commands.c            MD
  132. src/dmail/cond.c            MD
  133. src/dmail/dmkhelp.c            MD
  134. src/dmail/do_lists.c            MD
  135. src/dmail/execom.c            MD
  136. src/dmail/globals.c            MD
  137. src/dmail/help.c            MD
  138. src/dmail/load_mail.c            MD
  139. src/dmail/main.c            MD
  140. src/dmail/range.c            MD
  141. src/dmail/sendmail.c            MD
  142. src/dmail/set.c             MD
  143. src/dmail/sub.c             MD
  144. src/sendmail/DMakefile            -
  145. src/sendmail/sendmail.c         MD
  146. src/sendmail/parse.c            MD
  147. src/sendmail/domain.c            MD
  148. src/compress/compress.c         ?
  149. src/compress/tarsplit.c         ?
  150. src/compress/DMakefile            -
  151. src/compress/unshar.c            CNB
  152. src/compress/uudecode.c         ?
  153. src/compress/uuencode.c         ?
  154. src/GUtil/uident.c            MD
  155. src/GUtil/gnote.c            MD
  156. src/GUtil/uuserdump.c            MD
  157. src/GUtil/DMakefile            -
  158. src/MUtil/trimfile.c            MD
  159. src/MUtil/from.c            ?
  160. src/MUtil/man.c             ?
  161. src/MUtil/DMakefile            -
  162. src/MUtil/expandm.c            MD
  163. src/ReadMe                MD
  164. src/uucico/version.doc            -
  165. src/uucico/sysdep.c            JG WPL MD
  166. src/uucico/uucico.c            JG WPL MD
  167. src/uucico/DMakefile            -
  168. src/uucico/modem.h            WPL
  169. src/uucico/uuxqt.c            WPL
  170. src/uucico/uupoll.c            WPL
  171. src/uucico/uux.c            WPL
  172. src/uucico/gio.c            MD
  173. src/uucico/sysdep.h            WPL
  174. src/uucico/uuname.c            WPL
  175. src/uucico/includes.h            JG WPL MD
  176. src/uucico/uuhosts.c            WPL
  177. src/uucico/uucp.c            WPL
  178. src/uucico/uucp.h            JG WPL
  179. src/uucico/modem.c            MD
  180. src/include/log.h            MD
  181. src/include/tmpfile.h            MD
  182. src/include/config.h            MD
  183. src/include/pwd.h            MD
  184. src/include/sys/stat.h            MD
  185. src/include/sys/types.h         MD
  186. src/include/sys/file.h            MD
  187. src/include/sys/time.h            MD
  188. src/getty/getty.c            MD
  189. src/getty/syms.c            MD
  190. src/getty/passwd.c            MD
  191. src/getty/DMakefile            -
  192. src/lib/string.c            MD
  193. src/lib/getenv.c            MD
  194. src/lib/sleep.c             MD
  195. src/lib/security.c            MD
  196. src/lib/lsys.c                MD
  197. src/lib/mntreq.c            MD
  198. src/lib/log.c                MD
  199. src/lib/tmpfile.c            MD
  200. src/lib/seq.c                MD
  201. src/lib/config.c            MD
  202. src/lib/setstdin.c            MD
  203. src/lib/serialport.c            MD
  204. src/lib/DMakefile            -
  205. src/lib/getpwnam.c            MD
  206. src/lib/lockfile.c            MD
  207. src/lib/syms.c                MD
  208. src/lib/alias.c             MD
  209. src/lib/validuser.c            MD
  210. src/version.h
  211. src/TODO
  212.  
  213.  
  214.